.padding-60-0 {
  padding: 60px 0;
}

.weight-300 {
  font-weight: 300;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

section header > h1, section header > h2 {
  margin-bottom: 50px;
}

.border-bottom-1 {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

